home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 1675 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.2 KB  |  37 lines

  1. Newsgroups: comp.lang.c
  2. Path: xvt.com!xvtslp1
  3. From: bruce@xvt.com (Bruce A. Yelen)
  4. Subject: Re: Are libraries Compiler dependent?
  5. Message-ID: <DL942L.5Fx@xvt.com>
  6. Sender: news@xvt.com
  7. Organization: XVT Software, INC.
  8. X-Newsreader: News Xpress Version 1.0 Beta #4
  9. References: <rmhanson.82.30FAD0B2@students.wisc.edu>
  10. Date: Tue, 16 Jan 1996 01:57:37 GMT
  11.  
  12. In article <rmhanson.82.30FAD0B2@students.wisc.edu>,
  13.    rmhanson@students.wisc.edu (ryan m hanson) wrote:
  14. >Just as the title says are libraries dependant?
  15. >
  16. >right now I just use the standard libraries accompaning the compiler, but
  17. >I want to use new functions that I picked up that are in a seperate Lib named
  18. >graph.lib.
  19. >
  20. >I was under the impression that I could take a lib created by a different
  21. >compiler and run it w/ mine....
  22. >
  23. >or do I have to take the seperate *.c files and create my owm w/ its own *.h?
  24. >
  25. >thanx
  26. >ryan
  27.  
  28. With the various flavors of the language around, it's true that most libaries 
  29. are compiler dependant.  Our collection of cross-platform tools for example, 
  30. not only requires a seperate library for each platform, but each compiler on 
  31. some platforms.  Example, on Windows 16, we support MSVC and Borland.  We have 
  32. to have seperate libraries and DLL's for each compiler.
  33.  
  34. Regards,
  35.  
  36. Bruce
  37.